SetScrollbarsHiddenRequest

data class SetScrollbarsHiddenRequest(hidden: Boolean)

Represents request frame that can be used with Emulation#setScrollbarsHidden operation call.

See also

Constructors

SetScrollbarsHiddenRequest
Link copied to clipboard
fun SetScrollbarsHiddenRequest(hidden: Boolean)

Properties

hidden
Link copied to clipboard
val hidden: Boolean
Whether scrollbars should be always hidden.

Sources

jvm source
Link copied to clipboard